Docs.rs
h3-0.0.2
h3 0.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seanmonstar
carllerche
github:hyperium:h3
Dependencies
bytes ^1
normal
fastrand ^1.9.0
normal
futures-util ^0.3
normal
http ^0.2.9
normal
tokio ^1
normal
tracing ^0.1.37
normal
assert_matches ^1.5.0
dev
futures ^0.3.27
dev
futures-util ^0.3
dev
proptest ^1
dev
quinn ^0.9.3
dev
quinn-proto ^0.9.2
dev
rcgen ^0.10
dev
rustls ^0.20
dev
tokio ^1
dev
tokio-util ^0.7.7
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate h3
Version 0.0.2
All Items
Re-exports
Modules
?
Crate
h3
source
·
[
−
]
Expand description
HTTP/3 client and server
Re-exports
pub use error::
Error
;
Modules
client
Client implementation of the HTTP/3 protocol
error
HTTP/3 Error types
quic
QUIC Transport traits
server
This module provides methods to create a http/3 Server.